Stipple support for MS Windows (bug#71159)
authorElias G. Perez <eg642616@gmail.com>
Sat, 11 May 2024 02:36:42 +0000 (20:36 -0600)
committerEli Zaretskii <eliz@gnu.org>
Sun, 2 Jun 2024 06:35:32 +0000 (09:35 +0300)
commit48bb25c0e37f8489b06b82a4c32f0c6dcc0856e9
tree82d030c39adf851221e1d2eb317d2df33b1a86a4
parent5ad8ebe6e2808df001255e1f34e8c880e1e57ad4
Stipple support for MS Windows (bug#71159)

* src/w32term.c (w32_fill_stipple_pattern): New function.
(w32_draw_glyph_string_bg_rect w32_draw_stretch_glyph_string)
(w32_draw_glyph_string_background): Use new stipple function.
* src/w32term.h (w32_bitmap_record): Add stipple value.
* src/image.c (image_create_bitmap_from_data): Create stipple
bitmap.
(image_create_bitmap_from_file): Add suuport for pixmap and
create stipple bitmap.
(free_bitmap_record): Release stipple.

* etc/NEWS: Announce support for stipples in MS-Windows.
etc/NEWS
src/image.c
src/w32term.c
src/w32term.h